Add a gtk-hint-font-metrics setting
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Sep 2021 19:17:53 +0000 (15:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Sep 2021 19:52:07 +0000 (15:52 -0400)
commitb26a370ce4b5865582b634a70794816d740ac2c8
treed4206e8d3d639f70e6bf9e638a7f23c3061e103c
parent4dc0e67ac741b65b559d262f44980225c0c0beec
Add a gtk-hint-font-metrics setting

This lets people switch back to font rendering that is closer
to what GTK 3 does. It is not perfect - subpixel antialiasing
is not going to work. But it give us an Escape hatch while
we shake out the bugs in our linear layout.

Related: #3787
gtk/gtksettings.c
gtk/gtkwidget.c